home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id009.dxr / 00170.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  201 b   |  12 lines

  1. on mouseUp
  2.   global chk6, count
  3.   sound playFile 2, "klunk#2.wav"
  4.   if chk6 = 1 then
  5.     set count to count + 1
  6.     set chk6 to 0
  7.   end if
  8.   set the visible of sprite 3 to 1
  9.   cursorOff()
  10.   go(50)
  11. end
  12.